A. cd..
B. cd/
C. cd
D. cd HOME.
Advertisement
Related Mcqs:
- Which command is used to copy a file wb with the same name from the programs directory to the misc directory ?
- A. copy programs/wb misc/wb B. cp programs/wb misc C. tar programs/wb misc/wb D. copy a:programs/wb b:misc/wb...
- Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory ?
- A. copy wb ../misc collect ../misc mon ../misc B. cp wb collect mon ../misc C. copy wb collect mon /misc D. tar wb collect mon /misc...
- Which command is used to move all files to the bin sub-directory of the parent directory ?
- A. mv *.* /bin/ B. mv * /bin/* C. mv * ../bin D. mv * ../bin *.*...
- Which of the following commands is used to copy a file wb from the programs directory into a file called wbx in the misc directory ?
- A. copy programs/wb misc/wbx B. cp programs/wb misc/wbx C. tar programs/wb misc/wbx D. copy a:programs/wb b:misc/wbx...
- In Bourne shell, which file sets the Unix environment for the user when the logs into his HOME directory ?
- A. .exrc B. .profile C. lastlogin D. .mbox...
- What command is used to count the number of files in the current directory by using pipes ?
- A. ls | ws – c B. ls | wc – w C. ls | wc – l D. ls | wc...
- What command is used to change the working directory ?
- A. cdir B. chdir C. changedir D. cd...
- What command is used to display your current working directory ?
- A. path B. pwd C. prompt $p$g D. dir...
- Which option is used with the chmod command recursively to all files and sub-directories in a directory ?
- A. -1 B. -i C. -x D. -R...
- Which command is used to change directory to the name beginning with a ‘p’ ?
- A. cd p B. cd p? C. cd p* D. cd [p]...
Advertisement